home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / GRAFIK / HERCULES / STINGRAY / WINNT40 / S128_3D / ENGLISH / DISK1 / NTAT3D.INF < prev    next >
Windows Setup INFormation  |  1997-04-21  |  2KB  |  120 lines

  1. ; ntat3d.inf
  2. ;
  3. ; Installation inf for the Hercules Stingray 128/3D series of graphics adapters.
  4. ; (c) 1994 - 1997 Hercules Computer Technology, Inc.
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%Hercules%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. at3d.Miniport  = 12  ; drivers
  16. at3d.Display   = 11  ; system32
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %Hercules% = Hercules.Mfg
  24.  
  25. [Hercules.Mfg]
  26. %Hercules% Stingray 128/3D Series (v 0.55) = at3d
  27.  
  28.  
  29. ;
  30. ; General installation section
  31. ;
  32.  
  33. [at3d]
  34. CopyFiles=at3d.Miniport, at3d.Display, at3d.Inf
  35.  
  36. ;
  37. ; File sections
  38. ;
  39.  
  40. [at3d.Miniport]
  41. promtn.sys
  42.  
  43. [at3d.Display]
  44. promtn.dll
  45.  
  46. [at3d.Inf]
  47. ntat3d.inf
  48.  
  49. ;
  50. ; Service Installation
  51. ;
  52.  
  53. [at3d.Services]
  54. AddService = at3d, 0x00000002, at3d_Service_Inst, at3d_EventLog_Inst
  55.  
  56. [at3d_Service_Inst]
  57. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  58. StartType      = 1                  ; SERVICE_SYSTEM_START
  59. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  60. LoadOrderGroup = Video
  61. ServiceBinary  = %12%\promtn.sys
  62.  
  63. [at3d_EventLog_Inst]
  64. AddReg = at3d_EventLog_AddReg
  65.  
  66. [at3d_EventLog_AddReg]
  67. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\promtn.sys"
  68. HKR,,TypesSupported,0x00010001,7
  69.  
  70.  
  71. ;
  72. ; Software Installation
  73. ;
  74.  
  75. [at3d.SoftwareSettings]
  76. AddReg = at3d_SoftwareDeviceSettings
  77.  
  78. [at3d_SoftwareDeviceSettings]
  79. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, promtn
  80. HKR,, VgaCompatible,               %REG_DWORD%,    0
  81. HKR,, DefaultSettings.BitsPerPel,  %REG_DWORD%,    8
  82. HKR,, DefaultSettings.XResolution,  %REG_DWORD%,   640
  83. HKR,, DefaultSettings.YResolution,  %REG_DWORD%,   480
  84. HKR,, UseVESATimings,               %REG_DWORD%,   0
  85.  
  86.  
  87. ;
  88. ; Source file information
  89. ;
  90.  
  91. [SourceDisksNames.x86]
  92. 1 = %DiskId%,,,""
  93.  
  94. [SourceDisksFiles]
  95. promtn.dll  = 1
  96. promtn.sys  = 1
  97. ntat3d.inf  = 1
  98.  
  99.  
  100. [Strings]
  101.  
  102. ;
  103. ; Non-Localizable Strings
  104. ;
  105.  
  106. REG_SZ         = 0x00000000
  107. REG_MULTI_SZ   = 0x00010000
  108. REG_EXPAND_SZ  = 0x00020000
  109. REG_BINARY     = 0x00000001
  110. REG_DWORD      = 0x00010001
  111. SERVICEROOT    = System\CurrentControlSet\Services
  112.  
  113. ;
  114. ; Localizable Strings
  115. ;
  116.  
  117. DiskId="Hercules Computer Technology, Inc. Installation DISK (VIDEO)"
  118. GraphAdap="Graphics Adapter"
  119. Hercules="Hercules Computer Technology, Inc."
  120.